Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set File Types to Sync from Obsidian via Khoj Plugin Settings Page #904

Merged
merged 3 commits into from
Sep 6, 2024

Conversation

debanjum
Copy link
Member

@debanjum debanjum commented Sep 4, 2024

Limit file types to sync with Khoj from Obsidian to:

  • Avoid hitting per user index-able data limits, especially for folks on the Khoj cloud free tier. E.g by excluding images in Obsidian vault from being synced
  • Improve context used by Khoj to generate responses
Khoj_Obsidian_Sync_Files_Types_Settings

Closes #893

Useful to limit file types to sync with Khoj. Avoids hitting indexed
data limits, especially for users on the Khoj cloud free tier

Closes #893
@debanjum debanjum requested a review from sabaimran September 4, 2024 23:39
…bsidian

When user exceeds data sync limits. Show error notice with
- Link to web app settings page to upgrade subscription
- Link to Khoj plugin settings in Obsidian to configure file types to
  sync from vault to Khoj
Previously it'd show indexing success notice on error and success
Copy link
Member

@sabaimran sabaimran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, appreciate the helpful screenshot also.

src/interface/obsidian/src/settings.ts Show resolved Hide resolved
src/interface/obsidian/src/utils.ts Show resolved Hide resolved
src/interface/obsidian/src/utils.ts Show resolved Hide resolved
@debanjum debanjum merged commit 05c169b into master Sep 6, 2024
5 checks passed
@debanjum debanjum deleted the set-files-type-to-sync-from-obsidian branch September 6, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] Allow Setting File Types to Sync from Obsidian
2 participants